Objects Types and Constants Properties Methods Object Hierarchy Index

MappingMode Property

Description:

Returns the mapping mode of the View object's display Window.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_MappingMode(&prop1);
HRESULT hr = pObject->put_MappingMode(prop2);

Visual Basic:
prop1 = object.MappingMode
object.MappingMode = prop2

/r/n

Parts:

prop1

long

[out][retval]

The Windows mapping mode.

prop2

long

[in]

The Windows mapping mode.

Defined in:

View


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums